﻿@charset "UTF-8";
/*整站样式*/
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,button,input{
    padding: 0;
    border: 0;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
    list-style-type: none;
    margin-top: 0px;
}
*{ -webkit-tap-highlight-color: transparent;}
body{font-family: "Microsoft YaHei", STHeiti, 宋体, arial;background-color:#fff;  }
input,textarea,button{font-family: "Microsoft YaHei",STHeiti,  宋体, arial;padding: 0;font-family: Verdana, Arial;}
h1,h2,h3,h4,h5,h6{font-family:"Microsoft YaHei", STHeiti,  宋体, arial;font-weight: normal;  }
img {border:0;}
input[type=submit]:hover,button:hover { cursor:pointer;}
input:focus,textarea:focus,button:focus,input:active {outline-color:transparent;border:0;}
a {color:#333;  }
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;cursor:pointer;}
a:active{text-decoration:none;}
.hidden{display:none;visibility:hidden;}
.wrap{  position:relative;border: 0;padding:0;margin:0 auto;*zoom:1;}
.wrap:after{clear: both;content:"";display: table;}
.clear{clear:both;font-size:0;line-height:0;height:0;visibility:hidden;}
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom: 1;
    text-align: center;
}
.fl{float: left;}
.fr{float: right;}
.absolute { position: absolute;}
.pors{position: relative;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.red {color:#f00;}
header li,
.index-product li,
.item-list li{ list-style-type:none;}
.layouts {
    position:relative;
    width:1270px;
    margin:0 auto;
}
.wrap {width:1130px;margin:0 auto;}
.layouts:after,.layouts:before {
    content:"";
    display:table;
}
.layouts:after {clear:both;}
.clear {clear:both;}
.inline_block {display:inline-block;}
.ptb50 {padding:50px 0;}
.blue {color:#1e9518;}
.blue1 {color:#19a218;}
.picture {overflow:hidden;}
.picture img {
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    padding-top: 10px;
}
li:hover .picture img,.each-item:hover .picture img {transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0,0,0,.3);
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}
.layui-layer {
    scrollbar-arrow-color: rgba(0,0,0,.3);
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: rgba(0,0,0,.3);
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #e2e2e2;
    /*滚动条阴影*/
    scrollbar-shadow-color: #ccc;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #e2e2e2;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color: #666;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #666;
}
/*header*/
header {
    padding-top:32px;
}
header .logo {
    position:absolute;
    left:0;
    top:0;
}
header .right-side {
    float:right;
}
nav >ul > li {
    position:relative;
    float:left;
    padding:0 25px 32px 25px;
}
nav >ul > li:last-child {padding-right:0;}
nav .per {
    display:block;
    height:41px;
    padding-top:30px;
    font-size:18px;
    line-height:41px;
    border-bottom:3px solid #1e9518;
}
nav .on .per,nav .per:hover {
    color:#1e9518;
    border-color:#1473c3;
}
.sub-nav {
    position:absolute;
    top:95px;
    display:none;
    /*padding:15px 0 15px 0;*/
    background:#1e9518;
	z-index: 99;
}
.sub-nav li {
    padding:0 20px 0 10px;
    border-top:1px solid rgba(255,255,255,.8);
}
.sub-nav li:first-child {border-top:0;}
.sub-nav a {
    display:block;
    font-size:14px;
    color:#fff;
    line-height:40px;
    white-space:nowrap;
}
.sub-nav a:hover {
    color:#f4e60e;
}
/*banner*/
.index-banner {
    /*height:675px;*/
}
.index-banner .swiper-button-next,.index-banner .swiper-button-prev {display:none;}
.index-banner:hover .swiper-button-next,.index-banner:hover .swiper-button-prev {display:block;}
.index-banner .swiper-pagination-bullet {background:#fff;}
.index-banner .swiper-pagination-bullet-active {background:#1e9518;  }
.index-banner .banner-inner {
    position:relative;
    width:100%;
    /*height:675px;*/
}
.index-banner .text-inner{
    width: 100%;
    position: absolute;
    top: 50%;
    text-align:center;
    text-transform:uppercase;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.index-banner .text-inner .welcome {
    font-size:20px;
    color:#f7eded;
}
.index-banner .text-inner .title {
    margin: 30px 0 40px;
    font-size: 42px;
    color: #E5E9E5;
}
.index-banner .text-inner .descrition {
    margin-bottom: 50px;
    font-size: 18px;
    color: #E7E3E3;
    line-height: 1.8;
}
.index-banner .text-inner .button {margin:0 5px;}
.button {
    display:inline-block;
    width:180px;
    height:60px;
    font-size:20px;
    line-height:60px;
}
.button-yellow {
    color:#fff;
    background:#1e9518;
}
.button-blue {
    color:#fff;
    background:#1e9518;
}
.index-wrap {
    padding: 80px 0;
}
.index-title-w {
    padding-bottom: 50px;
    text-align: center;
}
.index-title {
    margin-bottom: 20px;
    font-size: 44px;
    color: #000;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.index-title-w .line {
    display: block;
    width: 180px;
    height: 4px;
    margin: 0 auto;
    background: #1e9518;
}
.index-product {border-bottom:1px solid #ddd;}
.index-more {
    display:inline-block;
    width:148px;
    height:48px;
    font-size:16px;
    color:#000;
    line-height:48px;
    text-align:center;
    border:3px solid #1e9518;
}
.index-more:hover {
    color:#fff;
    background:#1e9518;
}
.index-more .icon {
    display:inline-block;
    width:20px;
    height:8px;
    margin-left:15px;
    background:url(../images/ri-cont.png) no-repeat center center;
    vertical-align:2px;
}
.index-more:hover .icon {
    background:url(../images/ri-cont1.png) no-repeat center center;
}
.index-product-tab li {
    position:relative;
    display:inline-block;
    padding:0 7px;
}
.index-product-tab li .line {
    position:absolute;
    right:0;
    top:5px;
    display:block;
    width:1px;
    height:18px;
    background:#7c7a7a;
}
.index-product-tab li:last-child .line,.index-product-tab li.on .line {width:0;}
.index-product-tab .tab {
    display:block;
    height:28px;
    padding:0 15px;
    font-size:16px;
    color:#3a3a3a;
    line-height:28px;
}
.index-product-tab .on .tab,.index-product-tab li:hover .tab {color:#fff;background:#1e9518;}
.index-product .index-product-list ul {
    padding:75px 0 70px;
}
.index-product-list .item {
    position:relative;
    float:left;
    width:255px;
    margin:0 30px;
    text-align:center;
}
.product-page .index-product-list .item {
    margin:25px 31px;
}
.index-product-list .item .picture {
    width: 235px;
    height: 235px;
    margin: 10px auto;
    -webkit-box-shadow: 2px 1px 2px 2px #AAAAAA;
    box-shadow: 2px 1px 2px 2px #AAAAAA;
}
.index-product-list .item a {
    display:block;
    padding:8px;
    border:2px solid transparent;
}
.index-product-list .item a:hover {border-color:#19a218;}
.index-product-list .item .pro-name {
    display:block;
    padding:20px 0;
    font-size:16px;
    color:#3a3a3a;
    white-space:nowrap;
    overflow:hidden;
    border-top:2px solid #1e9518;
}
.index-industry .item-list li {
    float:left;
    width:25%;
}
.index-industry .item-list li a {
    position:relative;
    display:block;
}
.index-industry .item-list li img {
    display:block;
    width:100%;
}
.index-industry .item-list li .mask {
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
    background:#000;
    opacity:.65;
    filter:Alpha(opacity=65);
    transition:all .6s;
    -moz-transition:all .6s;
    -webkit-transition:all .6s;
}
.index-industry .item-list li a:hover .mask {
    opacity:0;
    filter:Alpha(opacity=0);
}
.index-industry .item-list li h3 {
    width: 100%;
    position: absolute;
    top: 50%;
    font-size:20px;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition:all .6s;
    -moz-transition:all .6s;
    -webkit-transition:all .6s;
}

.index-industry .item-list li a:hover h3 {
    opacity:0;
    filter:Alpha(opacity=0);
}	
.index-about .picture {
    float:left;
    width:450px;
    height:505px;
    padding-left:55px;
}
.index-about {border-bottom:1px solid #ddd;}
.index-about .right-cont {
    margin-left: 505px;
    padding-right: 70px;
    padding-left: 70px;
    padding-bottom: 0;
    padding-top: 0px;
}
.index-about .index-title-w {text-align:left;}
.index-about .index-title-w .line {
    margin:0;
}
.index-about .descrition {
    max-height:260px;
    margin-bottom:60px;
    font-size:14px;
    color:#3a3a3a;
    line-height:2;
    overflow:hidden;
}
.index-adv {
    background-image: url(../images/ystdbk.jpg);
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
.index-adv-layouts {
    position: relative;
    width: 1270px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/beijing2.jpg);
    background-position: 100% 100%;
}
.index-news {
	min-height: 600px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/bank.jpg);
}
.index-news .swiper-container {
    width:1270px;
    padding:42px 0;
}
.index-news .each-item {
    position:relative;
    display:block;
    width:375px;
    height:260px;
    background:#fff;
}
.index-news .each-item:hover {
    background-color: #a5d4f9;
}
.index-news .each-item .yellow-tips {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:42px;
    height:42px;
    background:#1e9518 url(../images/icon1-1.png) no-repeat center center;
}
.index-news .each-item .text-wrap {
    padding:60px 20px 15px 20px;
}
.index-news .each-item .news-name {
    font-size:18px;
    color:#1e9518;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.index-news .each-item:hover .news-name {color:#fff;}
.index-news .each-item .descrition {
    height:96px;
    margin:15px 0;
    font-size:14px;
    color:#3a3a3a;
    line-height:24px;
    overflow:hidden;
}
.index-news .each-item .date {
    font-size:14px;
    color:#3a3a3a;
    line-height:24px;
}
.index-news .each-item .more {
    float:right;
    display:block;
    font-size:14px;
    color:#1e9518;
    line-height:24px;
}
.index-news .each-item .more .icon {
    display:inline-block;
    width:24px;
    height:24px;
    margin-left:5px;
    background:#1e9518 url(../images/icon1-2.png) no-repeat center center;
    vertical-align:-5px;
}
.index_cooperation .layouts {
    width:1068px;
}
/*footer*/

.top-footer {
    padding:25px 0;
    background:url(../images/footbank.jpg) no-repeat center top;
}
.top-footer .each-item {
    float:left;
    width:225px;
}
.top-footer .each-item.contact-item {
    float:right;
    width:250px;
    padding:0 30px;
    border-left:1px solid #1e9518;
}
.top-footer .each-item dt {
    margin-bottom:15px;
    font-size:20px;
    color:#1e9518;
}
.top-footer .each-item dd a,.top-footer .each-item.contact-item dd {
    display:block;
    padding:5px 0;
    font-size:15px;
    color:#3a3a3a;
}
.top-footer .each-item dd a:hover {color:#1e9518;}
.top-footer .each-item.contact-item dd {font-size:16px;}
.top-footer .each-item.contact-item dd:nth-child(2) {font-size:14px;}
.top-footer .contact-item dd .icon {
    float:left;
    display:block;
    width:21px;
    height:21px;
}
.top-footer .contact-item dd .icon1 {background:url(../images/footer-icon1-1.png) no-repeat center center;}
.top-footer .contact-item dd .icon2 {background:url(../images/footer-icon1-2.png) no-repeat center center;}
.top-footer .contact-item dd .icon3 {background:url(../images/footer-icon1-3.png) no-repeat center center;}
.top-footer .contact-item dd strong {
    display:block;
    margin-left:25px;
    font-weight:normal;
}
.bottom-footer {
    padding:10px 0;
    font-size:14px;
    color:#FFFFFF;
    line-height:40px;
    background:#3a3a3a;
}
.bottom-footer .each {float:right;margin-left:45px;}
.bottom-footer .share {
    position:relative;
    display:inline-block;
    width:40px;
    height:40px;
    margin-left:13px;
    text-align:center;
    background:#6f737c;
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
}
.bottom-footer .share .code-img {
    position:absolute;
    left:-42.5px;
    bottom:45px;
    display:none;
}
.bottom-footer .share:hover .code-img {display:block;}
.bottom-footer .share:hover {background:#a4aab7;}
.bottom-footer .share .icon {
    display:inline-block;
    width:23px;
    height:20px;
    vertical-align:-5px;
}
/*内页*/
.inner-banner {height:450px;}
.inner-tab-wrap {
    text-align:center;
    border-bottom:1px solid #e2e2e6;
}
.inner-tab-wrap .search-result {
    width:1200px;
    margin:0 auto;
    padding:15px 0;
    font-size:16px;
    color:#4d4f50;
    text-align:left;
}
.inner-tab-wrap .item-list li {
    display:inline-block;
    padding:0 30px;
}
.inner-tab-wrap .item-list .tab {
    display:block;
    height:47px;
    margin-bottom:-1px;
    font-size:16px;
    color:#99999b;
    line-height:47px;
    border-bottom:4px solid transparent;
}
.inner-tab-wrap .item-list .on .tab {
    color:#1e9518;
    border-color:#1e9518;
}
.inner-content-wrap {
    padding-bottom: 0px;
}
.contact-page.inner-content-wrap {padding-bottom:0;}
.inner-title-wrap {
    padding:50px 0 40px;
    text-align:center;
}
.inner-title-wrap .title {
    margin-bottom:15px;
    font-size:30px;
    color:#000;
}
.inner-title-wrap .line {
    display: block;
    width: 120px;
    height: 4px;
    margin: 0 auto;
    background-color: #1E9518;
}
.detail-content {
    width:1140px;
    margin:0 auto;
}
.industry-detail .detail-content {
    font-family: Microsoft YaHei;
    font-size: 16px;
    width: 1000px;
    text-indent: 2em;
	padding-top:30px;
    padding-bottom:15px;
    padding-right:20px;
    padding-left:20px;
    border-style: solid;
    border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
    border-top-color: #EFECEC;
    border-left-color: #EFECEC;
    border-right-color: #D3D2D2;
	border-bottom-color:#D3D2D2;
	margin-bottom: 30px;
}
.product-page.inner-content-wrap {width:1270px;}
article {
    font-size:16px;
    color:#333;
    line-height:2;
}
article img {
    max-width:100%;
}
.product-dialog {
    width: 1024px;
    margin: auto;
    text-align: center;

}
.product-dialog .product-table img {max-width:100%;}
.product-dialog h1 {
    font-size:28px;
    margin-bottom:20px;
    text-align:center;
}
.product-dialog .big-picture {
    margin-bottom:45px;
    text-align:center;
}
.product-dialog .title {
    height:40px;
    margin:25px 0;
    padding:0 10px;
    font-size:18px;
    color:#1e9518;
    line-height:40px;
    background:#f0efef;
}
.product-dialog .download-wrap li {
    position:relative;
    margin-bottom:10px;
}
.product-dialog .download-wrap .download {
    position:absolute;
    right:0;
    top:10px;
    display:block;
    width:46px;
    height:46px;
    background:url(../images/down.png) no-repeat center center;
}
.industry-list {
    width:1000px;
    margin:0 auto;
}
.industry-list li {
    margin-top:45px;
    border:1px solid #ddd;
}
.industry-list li .picture {
    float:left;
    width:370px;
    height:195px;
}
.industry-list li:nth-child(2n) .picture {float:right;}
.industry-list li .picture img {display:block;}
.industry-list li .text-wrap {
    float:right;
    width:578px;
    height:165px;
    padding:15px 25px;
    font-size:16px;
}
.industry-list li:nth-child(2n) .text-wrap {float:left;}
.industry-list li .text-wrap .title a {
    display:block;
    font-size:24px;
    color:#000;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.industry-list li:hover .text-wrap .title a {color:#1e9518;}
.industry-list li .text-wrap .descrition {
    height: 72px;
    margin: 20px 0 10px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
}
.industry-list li .text-wrap .more {
    color:#1e9518;
}
.industry-list li:nth-child(2n+1) .text-wrap .more {float:right;}
.industry-list li .text-wrap .more:hover {text-decoration:underline;}
.recommond-list {
    margin-top:5px;
    border-top:1px solid #bbb;
}
.news-list .recommond-list {border-top:0;}
.recommond-list .layouts {
    width:1070px;
}
.recommond-list .title {
    position:relative;
    padding-bottom:0px;
    font-size:18px;
    color:#000;
}
.recommond-list .title .line {
    display:inline-block;
    padding-top:5px;
    border-top:4px solid #858383;
}
.recommond-list .item-list li {
    padding:5px 0;
    border-bottom:1px dashed #ddd;
}
.news-list .recommond-list li {
	margin-top: 15px;
	margin-bottom:5px;	
}
.recommond-list .item-list .text-wrap {
    margin-left: 25px;
    font-size: 16px;
    text-align: left;
}
.search-list .recommond-list .item-list .text-wrap {margin-left:0;}
.recommond-list .item-list .text-wrap .small-title {
    font-size:16px;
    color:#000;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-list .recommond-list .text-wrap .small-title {
    position:relative;
    font-size:16px;
}
.news-list .recommond-list .text-wrap .small-title:hover{ color:#1e9518}
.news-list .recommond-list .text-wrap .small-title .date {
    position:absolute;
    right:0;
    font-size:16px;
    color:#8e8f8f;
}
.recommond-list .item-list .more:hover {text-decoration:underline;}
.each-about-content {padding:50px 0;}
.about-title {
    padding-bottom:10px;
    margin-bottom:60px;
    font-size:30px;
    color:#333;
    border-bottom:1px solid #bbb;
}
.about-title .line {
    position:absolute;
    bottom:-10px;
    display:block;
    width:120px;
    height:4px;
    background:#1e9518;
}
.about3-list {
    width:900px;
    margin:0 auto;
    text-align:center;
}
.about3-list .show-pic {padding:15px 0 90px;}
.team-list .item-list {margin-left:-65px;}
.team-list li {
    float:left;
    width:230px;
    margin:65px 0 0 65px;
}
.team-list li .picture {
    width:230px;
    height:240px;
}
.team-list li .name {
    margin:10px 0;
    font-size:18px;
    color:#000;
    white-space:nowrap;
    overflow:hidden;
}
.team-list li .descrition {
    height:48px;
    line-height:24px;
    overflow:hidden;
}
.advantage-detail .item-list {
    padding-top: 10px;
    margin-left: 15px;
    margin-top: 0px;
}
.advantage-detail .item-list li {
    position:relative;
    float:left;
    width:385px;
    margin:0 0 20px 20px;
    overflow:hidden;
}
.advantage-detail .item-list .picture {
    width: 385px;
    height: 240px;
}
.advantage-detail .item-list .text-wrap {
    position:absolute;
    left:0;
    top:-100%;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.43);
    transition:all .6s;
}
.advantage-detail .item-list li:hover .text-wrap {
    top:0;
}
.advantage-detail .item-list .text {
    padding:25px;
    color:#fff;
}
.advantage-detail .item-list .title {
    font-size:26px;
    white-space:nowrap;
    overflow:hidden;
}
.advantage-detail .item-list .line {
    display:block;
    width:45px;
    height:4px;
    margin:15px 0 40px;
    background:#fff;
}
.advantage-detail .item-list .descrition {
    max-height:300px;
    font-size:16px;
    color:#f6eaea;
    line-height:30px;
    overflow:hidden;
}
.page {
    text-align:center;
}
.page a {
    display:inline-block;
    padding:.25rem .5rem;
    margin:0 .25rem;
    font-size:14px;
    background:#f2f2f2;
}
.page a.on,.page a:hover {color:#fff;background:#1e9518;}
@media screen and (max-width:1270px) {
    .header,
    .index-banner,
    .index-wrap,
    .inner-banner,
    .industry-detail .detail-content,
    article img,
    footer,
    .inner-tab-wrap,
    .layouts,
    .inner-content {width:1270px;}
}
.index-banner .banner-inner img {width:100%;}
.new-contact7 .new-contact7-text{width: 1200px;margin: 55px auto;font-size: 14px;line-height: 30px;color: #1F1F1F;margin-bottom: 40px;}

#demo {
    background: #FFF;
    overflow: hidden;
    border: 2px dashed #1e9518;
    width: 1060px;
    padding-top: 10px;
	padding-bottom: 6px;
}
#demo img {
border: 1px solid #ccc;
}
#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}

.brand-haibao {
	height: 700px;
}

.haibao-layouts {
    position: relative;
    width: 1270px;
	height: 650px;
    margin: 0 auto;
}
.beian {color: #ffffff;
}
.beian:hover {color: yellow}